\version "2.22.2"
melody = \relative c' {
\numericTimeSignature
\time 4/4
%\tempo 4=102
\key d\minor
d8([ e)] f( g) a4 a | bes8([ a)] bes([ d)] a2 | g4 g f f |
e8([ d)] e([ f)] d2
}
chordNames = \chordmode {
d1:m | g2:m d:m g:m d:m a:7 d:m
}
melodySax = \transpose es c' \melody
songtext = \lyricmode {}
\include "../template.ly"